Input Domain
InputDomain represents Input protocol domain request/response operations and events that can be captured.
Functions
description
Link copied to clipboard
dispatchKeyEvent
Link copied to clipboard
fun dispatchKeyEvent(input: DispatchKeyEventRequest): Single<RequestResponseFrame>
Content copied to clipboard
dispatchMouseEvent
Link copied to clipboard
fun dispatchMouseEvent(input: DispatchMouseEventRequest): Single<RequestResponseFrame>
Content copied to clipboard
dispatchTouchEvent
Link copied to clipboard
fun dispatchTouchEvent(input: DispatchTouchEventRequest): Single<RequestResponseFrame>
Content copied to clipboard
emulateTouchFromMouseEvent
Link copied to clipboard
fun emulateTouchFromMouseEvent(input: EmulateTouchFromMouseEventRequest): Single<RequestResponseFrame>
Content copied to clipboard
events
Link copied to clipboard
getDependencies
Link copied to clipboard
insertText
Link copied to clipboard
setIgnoreInputEvents
Link copied to clipboard
fun setIgnoreInputEvents(input: SetIgnoreInputEventsRequest): Single<RequestResponseFrame>
Content copied to clipboard
synthesizePinchGesture
Link copied to clipboard
fun synthesizePinchGesture(input: SynthesizePinchGestureRequest): Single<RequestResponseFrame>
Content copied to clipboard
synthesizeScrollGesture
Link copied to clipboard
fun synthesizeScrollGesture(input: SynthesizeScrollGestureRequest): Single<RequestResponseFrame>
Content copied to clipboard
synthesizeTapGesture
Link copied to clipboard
fun synthesizeTapGesture(input: SynthesizeTapGestureRequest): Single<RequestResponseFrame>
Content copied to clipboard
Sources
jvm source
Link copied to clipboard